home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / EnterAct 3.5 / Advanced EnterAct Tweaking next >
Encoding:
Text File  |  1995-10-31  |  2.2 KB  |  66 lines  |  [TEXT/KEEN]

  1. Advanced EnterAct Tweaking            Nov 95
  2. --------------------------
  3. (Hold down the <Option> key and click in the title bar to access
  4. the table of contents)
  5.  
  6. §    Default TEXT file creator
  7. §    Synonyms and homonyms
  8.  
  9.  
  10. §    Default TEXT file creator
  11. EnterAct uses its own creator, 'KEEN', when creating new text files.
  12. To change this default:
  13. -open EnterAct's preferences file with your resource editor
  14. (after having run EnterAct at least once you'll find it in your
  15. "Preferences" folder)
  16. -open the 'OPDG' resource and scroll down to the end
  17. -at decimal offset 3152 you will see KEEN -- change this to the creator
  18. you prefer. New EnterAct prefs are always added to the end of this
  19. resource, and this offfset is guaranteed not to change.
  20.  
  21.  
  22. §    Synonyms and homonyms
  23. EnterAct keeps a table of common synonyms and homonyms in its 'TEXT' 1000
  24. resource. When you attempt to look up the definition of a term by
  25. pressing the <Enter> key and no exact match is found in your dictionary,
  26. one of the first things done is to consult this list for possible
  27. substitutions that might produce an exact match. For example if you
  28. typed "AllocMemory" but really meant "AllocateMemory" Enteract would
  29. still show you the right definition, since substituting "Allocate"
  30. for "Alloc" from the TEXT 1000 table would produce the name in your
  31. dictionary.
  32.  
  33. If you suffer from chronic synonym or homonym substitution, you might
  34. want to try entering your commonest substitution pairs in EnterAct's
  35. TEXT 1000 resource--then pressing <Enter> will give you much more
  36. accurate lookup for those cases.
  37.  
  38. Here's a bit of 'TEXT' 1000 from the start to give you the flavour:
  39.  
  40. 1    Ind
  41. 1    One
  42. 2    Two
  43. A    Alert
  44. Acc    Accessory
  45. Accessory    Acc
  46. Add    Plus
  47. Alert    A
  48. Alert    Alrt
  49. Alloc    Allocate
  50. Allocate    Alloc
  51. Allocate    Create
  52. Allocate    Init
  53. Allocate    Make
  54. Allocate    Reserve
  55. Alrt    Alert
  56. ...
  57. The entries must be in alphabetical order, and each synonym or homonym pair
  58. is entered twice as you can see above. Each line begins with a name fragment
  59. that might be present in your source, followed by a tab, then an alternate
  60. name to try, and finally a return.
  61.  
  62. If you do add to the TEXT 1000 resource, please remember that you did so when
  63. you grab the next update for EnterAct. The default resource shipped with EnterAct
  64. will not change significantly, but it won't have your additions in it!
  65.  
  66.